Hi,
I am struggling to use denton option to convert my annual variables' data to a quarterly one.
I have a panel data for 10 countries and I have the annual data for fin_freedom for 12 years. I want to use denton to convert this annual fin_freedom to the quarterly for 12 years. I have read all FAQ, help denton etc but couldn't be succeeded to resolve the issue.
I don't find enough information to follow the complete process of using denton. I have my annual data saved as file IVsY.dta and the new file that I want to save the quarterly data is IVsQ.dta.
The code that I am using is:
denton fin_freedom using IVsQ.dta, interp( fin_freedom) from(IVsY.dta) generate(q_FF)
It gives me error saying IVsY.dta doesnot exist. I have tried every other option to change the name of file with full directory, but I cannot resolve getting denton work.
Also I don't know which file to open while giving this code, the original file which is saved as IVsY.dta or entirely a new file.....
Any help would be appreciated.
Best Regards
Aamina
I am struggling to use denton option to convert my annual variables' data to a quarterly one.
I have a panel data for 10 countries and I have the annual data for fin_freedom for 12 years. I want to use denton to convert this annual fin_freedom to the quarterly for 12 years. I have read all FAQ, help denton etc but couldn't be succeeded to resolve the issue.
I don't find enough information to follow the complete process of using denton. I have my annual data saved as file IVsY.dta and the new file that I want to save the quarterly data is IVsQ.dta.
The code that I am using is:
denton fin_freedom using IVsQ.dta, interp( fin_freedom) from(IVsY.dta) generate(q_FF)
It gives me error saying IVsY.dta doesnot exist. I have tried every other option to change the name of file with full directory, but I cannot resolve getting denton work.
Also I don't know which file to open while giving this code, the original file which is saved as IVsY.dta or entirely a new file.....
Any help would be appreciated.
Best Regards
Aamina
Comment